Skip to content

Bump astroid from 4.2.0b1 to 4.2.0b3#10990

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/astroid-4.2.0b3
Open

Bump astroid from 4.2.0b1 to 4.2.0b3#10990
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/astroid-4.2.0b3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps astroid from 4.2.0b1 to 4.2.0b3.

Release notes

Sourced from astroid's releases.

v4.2.0b3

What's New in astroid 4.2.0b3?

Release date: 2026-04-24

  • Fix RecursionError in _compute_mro() when circular class hierarchies are created through runtime name rebinding. Circular bases are now resolved to the original class instead of recursing.

    Closes #3023 Closes pylint-dev/pylint#10821

  • Changed block_range to consider else its own block, allowing pylint to apply disables to just the block.

    References pylint-dev/pylint#872

Note that this changelog also includes changes from previous betas.

v4.2.0b2

What's New in astroid 4.2.0b2?

Release date: 2026-04-23

  • Fix RecursionError in _compute_mro() when circular class hierarchies are created through runtime name rebinding. Circular bases are now resolved to the original class instead of recursing.

    Closes #3023 Closes pylint-dev/pylint#10821

  • Changed block_range to consider else its own block, allowing pylint to apply disables to just the block.

    References pylint-dev/pylint#872

Note that this changelog also includes changes from previous betas.

Commits
  • bd08c3f Bump astroid to 4.2.0b3, update changelog
  • 7fe3057 Cope with Python 3.15 change for ModuleNotFoundError (#3035)
  • 00477a9 Bump astroid to 4.2.0b2, update changelog (#3034)
  • 341ef0a Add Python 3.15 compatibility: CI, ByteString stub, and test fixes (#3033)
  • 0a80be0 [pre-commit.ci] pre-commit autoupdate
  • 447aaeb Bump actions/cache from 5.0.4 to 5.0.5 (#3029)
  • 7d1213e Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#3028)
  • 7b7dbe3 Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3027)
  • 45f3730 [pre-commit.ci] pre-commit autoupdate (#3025)
  • 33d1947 Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 (#3020)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.2.0b1 to 4.2.0b3.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v4.2.0b1...v4.2.0b3)

---
updated-dependencies:
- dependency-name: astroid
  dependency-version: 4.2.0b3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry labels Apr 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.19%. Comparing base (b080a21) to head (eed208f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10990   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files         178      178           
  Lines       19683    19683           
=======================================
  Hits        18934    18934           
  Misses        749      749           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants